go/types.Named.state_ (field)

3 uses

	go/types (current package)
		named.go#L122: 	state_     uint32         // the current state of this type; must only be accessed atomically
		named.go#L233: 	return namedState(atomic.LoadUint32(&n.state_))
		named.go#L239: 	atomic.StoreUint32(&n.state_, uint32(state))